go/parser.parser.syncCnt (field)
4 uses
go/parser (current package)
parser.go#L66: syncCnt int // number of parser.advance calls without progress
parser.go#L412: if p.pos == p.syncPos && p.syncCnt < 10 {
parser.go#L413: p.syncCnt++
parser.go#L418: p.syncCnt = 0
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)